home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / rsxwdk2s.zip / RSXWDK / LIBSRC / SYSEMX / GSERVBYP.C < prev    next >
C/C++ Source or Header  |  1994-12-14  |  139b  |  8 lines

  1. #include <sys/emx.h>
  2. #include <errno.h>
  3.  
  4. int __getservbyport (int port, const char *proto, struct servent **dst)
  5. {
  6.     return -1;
  7. }
  8.